html,
body {
	font-size: 16px;
	font-family: "Microsoft YaHei UI";
	color: #333;
	line-height: 24px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #c00;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.main1200 {
    width: 1200px;
    margin: 0 auto;
}

.flex_between{
	display: flex;
	justify-content: space-between;
}

.banner_right .banner_font{}
.search_row {
	margin-top: 6px;
	width: 236px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 17px;
	overflow: hidden;
	background-color: rgba(255,255,255,.8);
}
.search_row input.search_text {
	width: 200px;
	line-height: 34px;
	font-size: 13px;
	padding: 0 12px;
	box-sizing: border-box;
	border: 0;
	outline: none;
	color: #757575;
	float: left;
	background-color: transparent;
}
.search_row input:-moz-placeholder {
	color: #757575;
}
.search_row input::-moz-placeholder {
	color: #757575;
}
.search_row input:-ms-input-placeholder {
	color: #757575;
}
.search_row input::-webkit-input-placeholder {
	color: #757575;
}
.search_row input.search_submit {
	width: 20px;
	height: 20px;
	background: url("../img/20211220_search-img.jpg") left center no-repeat;
	border: 0;
	outline: none;
	margin-top: 7px;
	cursor: pointer;
}


.nav_row{
	height: 60px;
	background-color: #d74339;
}
.nav_row ul{
	height: 60px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 18px;
}
.nav_row ul a{
	color: #fff;
}


.headline{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 30px;
}


.focus_row{
	padding-top: 38px;
}

.focus_left {
    width: 580px;
    height: 386px;
    overflow: hidden;
    position: relative;
}
.focus_left .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    right: 25px;
}
.focus_left .hd ul {
    zoom: 1;
    float: left;
}
.focus_left .hd ul li {
    cursor: pointer;
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    float: left;
    margin: 0 0 0 8px;
    border-radius: 6px;
}
.focus_left .hd ul li.on {
    width: 24px;
    background: #d74339;
}
.focus_left .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus_left .bd li {
    zoom: 1;
}
.focus_left .bd img {
    width: 580px;
    height: 386px;
}
.focus_left .bd h1 {
    position: absolute;
    bottom: 8px;
    left: 16px;
    line-height: 30px;
    width: 430px;
    z-index: 111;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.focus_left .bd h1 a {
    color: #fff;
    text-decoration: none;
}
.focus_left .bd div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/20211220_focus-bg.png") no-repeat;
    width: 100%;
    height: 52px;
}


.szyw_row{
	width: 580px;
}
.szyw_title{
	border-bottom: 1px solid #ddd;
	height: 56px;
}
.szyw_title .gcsy{
              width: 190px;
              display: flex;
              justify-content: space-between;
            }

          .szyw_title .gcsy>span{
            font-size: 20px;
            padding-top: 14px;
            cursor: pointer;
          }

          .szyw_title .gcsy>span.on{
            font-size: 20px;
            border-bottom: 2px solid #d74339;
            padding-top: 14px;
          }
.szyw_title a{
	margin-top: 18px;
}

.szyw_row ul{
	line-height: 38px;
	padding-top: 15px;
	font-size: 16px;
}
.szyw_row ul a{
	display: flex;
	justify-content: space-between;
	background: url(../img/20211220_font-icon.png) left center no-repeat;
	padding-left: 22px;
}
.szyw_row ul a p{
	width: 430px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.szyw_row ul a span{
	color: #999;
}

.index_add_img{
	margin-top: 40px;
}
.index_add_img img{
	width: 1200px;
	height: 100px;
}


.index_nr_left{
	width: 792px;
	flex-wrap: wrap;
}

.gzdt_row{
	width: 376px;
}
.gzdt_title{
	height: 36px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.gzdt_title p{
	font-size: 20px;
}
.gzdt_title p img{
	float: left;
}
.gzdt_title p b{
	padding: 5px 0 0 6px;
	display: inline-block;
}
.gzdt_title a{
	padding-top: 4px;
}

.gzdt_tab{
	width: 376px;
}
.gzdt_tab .hd{
	line-height: 16px;
	padding-top: 20px;
}
.gzdt_tab .hd ul{
	display: flex;
	font-size: 16px;
}
.gzdt_tab .hd ul li{
	cursor:pointer;
	border-left: 1px solid #ccc;
	padding: 0 16px;
	height: 16px;
}
.gzdt_tab .hd ul li:first-child{
	border-left: 0;
	padding-left: 2px;
}
.gzdt_tab .hd ul li:last-child{
	padding-right: 2px;
}
.gzdt_tab .hd ul li.on p{
	border-bottom: 2px solid #d74339;
	padding-bottom: 10px;
}
.gzdt_tab .bd ul{
	line-height: 38px;
	padding-top: 22px;
}
.gzdt_tab .bd li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../img/20211220_font-icon.png) left center no-repeat;
	padding-left: 20px;
}
.gzdt_tab .bd li a p{
	float: left;
	width: 630px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gzdt_tab .bd li a span{
	float: right;
	color: #999;
}

ul.jb_row{
	background-color: #fff;
	border: 1px solid #f8a9a2;
	font-size: 14px;
	margin-top: 14px;
	padding: 8px 12px 6px;
	box-sizing: border-box;
}



.cxgl_row{
	width: 792px;
}
.cxgl_row .bd{
	/* margin-top: 6px; */
}

.index_nr_right{
	width: 368px;
}

.index_nr_focus {
    width: 368px;
    height: 206px;
    overflow: hidden;
    position: relative;
	margin-top: 30px;
}
.index_nr_focus .hd {
    height: 9px;
    position: absolute;
    z-index: 1;
    bottom: 14px;
    right: 16px;
}
.index_nr_focus .hd ul {
    zoom: 1;
    float: left;
}
.index_nr_focus .hd ul li {
    cursor: pointer;
    width: 9px;
    height: 9px;
    display: block;
    text-indent: 20px;
    background: #fff;
    float: left;
    margin: 0 0 0 6px;
    border-radius: 50%;
}
.index_nr_focus .hd ul li.on {
    background: #d74339;
}
.index_nr_focus .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.index_nr_focus .bd li {
    zoom: 1;
}
.index_nr_focus .bd img {
    width: 368px;
    height: 206px;
}
.index_nr_focus .bd h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    width: 276px;
    margin-left: 8px;
    z-index: 111;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.index_nr_focus .bd h1 a {
    color: #fff;
    text-decoration: none;
}
.index_nr_focus .bd div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background-color: #000;
    width: 671px;
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.index_grey_bg{
	background-color: #f9f9f9;
	padding: 0 20px 12px;
	margin-top: 10px;
}
.margin_top{
	margin-top: 20px;
}
.xxgk_title{
	padding-top: 12px;
}
.xxgk_title p{
	font-size: 16px;
	border-bottom: 2px solid #d74339;
	display: inline-block;
	padding-bottom: 4px;
}

ul.xxgk_in{
	display: flex;
	justify-content: space-between;
	padding-top: 14px;
}
ul.xxgk_in li{
	width: 106px;
	height: 78px;
	font-size: 14px;
	text-align: center;
}
ul.xxgk_in li:nth-child(1){
	background: url(../img/20211220_jgxx-bg1.jpg) no-repeat;
}
ul.xxgk_in li:nth-child(2){
	background: url(../img/20211220_jgxx-bg2.jpg) no-repeat;
}
ul.xxgk_in li:nth-child(3){
	background: url(../img/20211220_jgxx-bg3.jpg) no-repeat;
}
ul.xxgk_in li a{
	display: block;
	width: 106px;
	height: 78px;
	padding-top: 50px;
	box-sizing: border-box;
}

ul.tzgg_font{
	line-height: 36px;
	font-size: 16px;
	padding-top: 10px;
}
ul.tzgg_font a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../img/20211220_font-icon.png) left center no-repeat;
	padding-left: 20px;
}

ul.tzgg_img{
	font-size: 14px;
	padding-top: 4px;
}
ul.tzgg_img li{
	height: 50px;
	margin-top: 4px;
}
ul.tzgg_img li:nth-child(1){
	background: url(../img/20211220_tzgg-bg1.jpg) no-repeat;
}
ul.tzgg_img li:nth-child(2){
	background: url(../img/20211220_tzgg-bg2.jpg) no-repeat;
}
ul.tzgg_img li:nth-child(3){
	background: url(../img/20211220_tzgg-bg3.jpg) no-repeat;
}
/*ul.tzgg_img li:nth-child(4){
	background: url(../img/20211220_tzgg-bg4.jpg) no-repeat;
}
ul.tzgg_img li:nth-child(5){
	background: url(../img/20211220_tzgg-bg5.jpg) no-repeat;
}*/
ul.tzgg_img li:nth-child(4){
	background: url(../img/20211220_tzgg-bg6.jpg) no-repeat;
}
ul.tzgg_img li a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 44px;
	box-sizing: border-box;
}

ul.zxfw_row{
	display: flex;
	/*justify-content: space-between;*/
	font-size: 14px;
	text-align: center;
	padding-top: 16px;
}
ul.zxfw_row li{
	width: 144px;
        height: 100px;
}
ul.zxfw_row li:nth-child(1){
	background: url(../img/20211220_zxfw-img1.jpg) no-repeat;
}
ul.zxfw_row li:nth-child(2){
	background: url(../img/20211220_zxfw-img2.jpg) no-repeat;
        margin-left: 30px;
}
ul.zxfw_row li:nth-child(3){
	background: url(../img/20211220_zxfw-img3.jpg) no-repeat;
}
ul.zxfw_row li a{
	display: block;
    width: 144px;
    height: 100px;
    color: #fff;
    line-height: 18px;
    padding-top: 50px;
    box-sizing: border-box;
}

.jdjc_row{
	width: 792px;
}


.yqlj_row{
	height: 60px;
	background-color: #f8f8f8;
	margin-top: 60px;
}
.yqlj_title{
	width: 110px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	background-color: #d74339;
	float: left;
}
.yqlj_row select,div.single{
	float: left;
	width: 180px;
	height: 37px;
	outline: none;
	margin: 12px 0 0 66px;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 0 10px;
	cursor: pointer;
	color: #333;
}
div.single{
text-align: center;
line-height: 37px;
}


.bottom_row{
	background-color: #d74339;
	padding: 50px 0 60px;
}
.bottom_in{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom_in img{
	padding-right: 20px;
}
.bottom_in p{
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}



/* 创建管理 */
.ejym_nav{
	padding-top: 30px;
	font-size: 16px;
	display: flex;
}
.ejym_nav a{
	padding: 0 6px;
}
.ejym_nav a:first-child{
	padding-left: 0;
}

.cxgl_left{
	width: 268px;
	padding-top: 40px;
}
.cxgl_left_title{
	background-color: #d74339;
	height: 50px;
	color: #fff;
}
.cxgl_left_title img{
	padding: 0 8px 0 20px;
	float: left;
}
.cxgl_left_title b{
	padding-top: 18px;
	display: inline-block;
	font-size: 20px;
}

ul.side_nav{
	font-size: 16px;
}
ul.side_nav li{
	height: 50px;
	line-height: 50px;
	background-color: #f9f9f9;
	padding-left: 25px;
	margin-top: 2px;
}
ul.side_nav li a{
	display: block;
}
ul.side_nav li:hover{
	background-color: #f8f3f4;
}
ul.side_nav li:hover a{
	color: #d74339;
}
ul.side_nav li.now{
	background-color: #f8f3f4;
}
ul.side_nav li.now a{
	color: #d74339;
}


.cxgl_right{
	width: 892px;
	padding-top: 40px;
}
.cxgl_right_title{
	border-bottom: 1px solid #ddd;
	font-size: 20px;
}

.cxgl_right>div.cxgl_right_title:nth-child(n+2){
	margin-top: 36px;
}

.cxgl_right_title span{
	border-bottom: 2px solid #d74339;
	padding-bottom: 16px;
	display: inline-block;
}

ul.jgbzgl_font{
	padding-top: 10px;
}
ul.jgbzgl_font li{
	border-bottom: 1px solid #ddd;
	height: 56px;
	line-height: 56px;
}
ul.jgbzgl_font li a{
	display: flex;
	justify-content: space-between;
}
ul.jgbzgl_font li a p{
	width: 750px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.jgbzgl_font li a span{
	color: #999;
}

/*分页122333333333*/
.nextpage {
              display: flex;
              justify-content: flex-end;
              padding: 40px 0 0;
              font-size: 14px;
              line-height: 34px;
          }
          
          .nextpage ul { float:right;}

          

          .nextpage li span {
              display: block;
              height: 28px;
              line-height: 28px;
              padding: 0 12px;
              border: 1px solid #ddd;
              background-color: #fff;
          }
          
          .nextpage ul li {
              float: left;
              height: 30px;
              line-height: 30px;
              color: #666;
              font-size: 14px;
          }
          
          .nextpage li:first-child{ margin-right:10px; float:right;}
          
          .nextpage li a {
              display: block;
              float: left;
              height: 28px;
              line-height: 28px;
              border: 1px solid #ddd;
              background-color: #fff;
              padding: 0 12px;
          }

          .nextpage ul li a:hover{color:#c3001e; text-decoration:none;}
          .nextpage ul li .current {
              background: #c3001e;
              border: 1px solid #c3001e;
              color: #fff;
              text-decoration: none;
          }
          .nextpage ul li a.current:hover {
              color: #fff;
              text-decoration: none;
          }
          
          .nextpage .page_jump{display:none}
		  .nextpage .total_count{display:none}

/* 信息公开111111 */
.xxgk_row{
	padding-top: 25px;
}
.xxgk_ny_title{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.xxgk_ny_title img{
	padding-right: 6px;
}

.xxgk_grey{
	background-color: #f9f9f9;
	margin-top: 20px;
	padding: 20px 30px 35px;
}

.xxgk_in_title{}
.xxgk_in_title span{
	display: inline-block;
	font-size: 18px;
	border-bottom: 2px solid #d74339;
	padding-bottom: 6px;
}

ul.jgxx_row{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	padding-top: 24px;
}
ul.jgxx_row li{
	width: 356px;
	height: 76px;
	border: 1px solid #d74339;
	background-color: #fff;
}
ul.jgxx_row li a{
	width: 356px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.jgxx_row li a img{
	padding-right: 6px;
}

.tzgg_left{
	width: 750px;
}


ul.jgbzgl_font.tzgg_in_font{
	width: 750px;
}
ul.jgbzgl_font.tzgg_in_font p{
	width: 650px;
}

.tzgg_right{
	width: 360px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tzgg_right ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 22px;
}
.tzgg_right ul li{
	width: 172px;
	height: 120px;
	border: 1px solid #f8a9a2;
	background-color: #fff;
	text-align: center;
	line-height: 20px;
	margin-top: 12px;
}
.tzgg_right ul li a{
	display: block;
	height: 100%;
}
.tzgg_right ul li img{
	padding: 20px 0 6px;
}

ul.zxfw_in{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	padding-top: 25px;
}
ul.zxfw_in li{
	width: 356px;
	height: 76px;
	background-color: #d74339;
}
ul.zxfw_in li a{
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
ul.zxfw_in li a img{
	padding-right: 6px;
}

ul.zxfw_out{
	display: inline-block;
	font-size: 16px;
	padding-top: 25px;
}
ul.zxfw_out li{
	width: 356px;
	height: 76px;
	background-color: #d74339;
        float: left;
}
ul.zxfw_out li:nth-child(2){
        margin-left: 37px;
}
ul.zxfw_out li a{
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
ul.zxfw_out li a img{
	padding-right: 6px;
}

.bbld_row{
	height: 58px;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
	margin-top: 20px;
}
.bbld_row b{
	width: 76px;
	font-size: 18px;
	border-right: 1px solid #ddd;
}
.bbld_row p{
	padding-left: 20px;
}

.margin_top30{
	margin-top: 30px;
}

.bwhld_row{
	/*display: flex;
	justify-content: space-between;*/
	flex-wrap: wrap;
}

.bbld_row.bwhld_in{
	width: 545px;
}



.nsjg_row{
	padding: 0 30px;
}
ul.nsjg_in{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.nsjg_in li{
	width: 554px;
	height: 116px;
	border: 1px solid #f8a9a2;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	box-sizing: border-box;
	margin-top: 20px;
}
ul.nsjg_in li b{
	height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #d74339;
	text-align: center;
	width: 286px;
	border-right: 1px solid #fcddda;
	line-height: 30px;
}
ul.nsjg_in li div{
	width: 230px;
}
ul.nsjg_in li div h1{
	font-size: 20px;
	padding-top: 6px;
}
ul.nsjg_in li div p{
	font-size: 15px;
	color: #999;
	padding-top: 4px;
}
ul.nsjg_in li div span{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}
ul.nsjg_in li div span img{
	padding-right: 8px;
}


.nry_row{
	padding-top: 30px;
}
.nry_row h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.nry_time{
	border-bottom: 1px solid #eceff1;
	display: flex;
	justify-content: space-between;
	padding: 26px 0 16px;
}
.nry_time_left{
	font-size: 14px;
	color: #666;
}
.nry_time_right{
	width: 78px;
	display: flex;
	align-items: center;
}
.nry_time_right p{
	font-size: 14px;
	color: #666;
	margin-right: 4px;
}
.nry_time_right img{
	margin-left: 7px;
}

.nry_font{}
.nry_font p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
}
.nry_font span{
	/*width: 800px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 20px;*/
}
.nry_font span img{
	max-width: 800px;
	max-height: 500px;
}
.nry_font span i{
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	font-style: normal;
}

/* 专题图片 */
.picMarquee-left{ width:100%;  overflow:hidden; position:relative;}
.picMarquee-left .hd{ overflow:hidden;  height:20px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block; float:right; margin-right:5px; margin-top:2px;  overflow:hidden;cursor:pointer;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.tempWrap{ height:100px!important;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ margin:0 2px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li img{ width:100%; height:100px;}

/*相关附件*/
.nr_li {
    width: 1200px;
    /*margin-left: 78px;
    margin-right: 78px;
    height:200px;*/
    clear: both;
}
.nr_li .bt {
    border-top: 1px solid #10568a;
    padding-top: 10px;
    /*float: left;*/
    font-size: 20px;
    color: #333;
    font-weight: bold;
    width: 100%;
}
.nr_li .bt a {
    color: #333;
}
.nr_li .bt a:hover {
    color: #006EAB;
}
.nr_li .nr {
    /*float: left;*/
    margin-top: 15px
}
.nr_li .nr a {
    /*float: left;*/
    width: 1000px;
    display: block;
    border: 1px solid #C4E6FF;
    height: 50px;
    line-height: 50px;
    background: url(https://www.hunan.gov.cn/hnszf/xhtml/img/xz.png) center left no-repeat;
    padding-left: 44px;
    font-size: 16px;
    color: #006EAB
	overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}





